home *** CD-ROM | disk | FTP | other *** search
/ Wet Dreams (World of Photos) / Wet Dreams (World of Photos).iso / start.bat < prev    next >
DOS Batch File  |  1994-05-12  |  1KB  |  35 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo Die Menüoberfläche arbeitet nur dann ordnungsgemäß, wenn beim
  5. echo Programmaufruf mindestens 1 MB EMS installiert ist.
  6. echo Nähere Hinweise zur Installation von EMS entnehmen Sie bitte 
  7. echo Ihrem DOS-Handbuch!
  8. echo Das Programm läuft nur mit Maus!
  9. echo Sollte das Programm dennoch nicht starten, so versuchen Sie es
  10. echo bitte mit der Eingabe von "START2" [ENTER].
  11. echo.
  12. echo Gegebenenfalls starten Sie die Show ohne Menü, durch Eingabe von
  13. echo "SHOW" [ENTER]. (Läuft auch ohne Maus!)
  14. echo.
  15. echo The program requires a minimum of 1 MB EMS installed to work 
  16. echo correclty! 
  17. echo For how to install EMS, please refer to your DOS-Manual.
  18. echo The program also requires a mouse!
  19. echo If the program still won't run, please try "START2" [ENTER].
  20. echo.
  21. echo The show may also be started without menue by entering 
  22. echo "SHOW" [ENTER]. (Works without mouse!)
  23. echo.
  24. echo Strg & c um abzubrechen oder / press Ctrl & c for exit or
  25. echo.
  26. pause
  27. cls
  28. echo Einen Augenblick bitte...
  29. echo.
  30. echo One moment, please...
  31. cd programs
  32. vol1menu
  33. cd ..
  34.  
  35.